home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 6 / CD Concept 06.iso / mac / UTILITAIRE / RLaB / help / balance < prev    next >
Encoding:
Text File  |  1994-02-21  |  332 b   |  18 lines  |  [TEXT/RLAB]

  1. balance:
  2.  
  3. Syntax:    balance ( a )
  4.  
  5. Description:
  6.  
  7.     Balance uses the LAPACK subroutines DGEBAL and ZGEBAL to
  8.     balance the input matrix so that the row and column norms are
  9.     approximately equal.
  10.  
  11.     balance() returns a list with elements `t' and `ab'.
  12.  
  13.     ab = inv(t)*a*t
  14.  
  15.     And ab is the balanced matrix.
  16.  
  17.     Only square matrices are allowed.
  18.